projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d568329
)
(insert-image-file): Don't make `read-only' property rear-nonsticky.
author
Miles Bader
<miles@gnu.org>
Wed, 22 Nov 2000 02:00:42 +0000
(
02:00
+0000)
committer
Miles Bader
<miles@gnu.org>
Wed, 22 Nov 2000 02:00:42 +0000
(
02:00
+0000)
lisp/image-file.el
patch
|
blob
|
history
diff --git
a/lisp/image-file.el
b/lisp/image-file.el
index 2e1ac4401ddb9deb154f00dea762c48239568e90..f8da174364bee48738bd7db971b5aa36011b1be1 100644
(file)
--- a/
lisp/image-file.el
+++ b/
lisp/image-file.el
@@
-115,9
+115,10
@@
the command `insert-file-contents'."
(props
`(display ,image
intangible ,image
- rear-nonsticky (display intangible
read-only
)
+ rear-nonsticky (display intangible)
;; This a cheap attempt to make the whole buffer
- ;; read-only when we're visiting the file.
+ ;; read-only when we're visiting the file (as
+ ;; opposed to just inserting it).
,@(and visit
(= ibeg (point-min))
(= iend (point-max))